home *** CD-ROM | disk | FTP | other *** search
/ U.S. Robotics Connections 2 / US Robotics Connections.iso / pc / sourcepc / palmpc.dir / 00124.ls < prev    next >
Encoding:
Text File  |  1996-03-01  |  274 b   |  15 lines

  1. on exitFrame
  2.   repeat with i = 28 to 39
  3.     if rollOver(i) = 1 then
  4.       set lFrame to "TA." & string(i - 27)
  5.       if label(lFrame) = (the frame - 2) then
  6.         go(the frame)
  7.         exit
  8.       end if
  9.       go(lFrame)
  10.       exit
  11.     end if
  12.   end repeat
  13.   go("TA.0")
  14. end
  15.